Use PESetReportTitle to change the report title in the report summary information. This function can also be used as one of a series of functions: PEGetReportTitle; PEGetHandleString; or REFSetReportTitle). This series can be used in a Custom
BOOL CRPE_API PESetReportTitle (
short printJob,
const char FAR *title );
Specifies the print job for which you want to set the report title. | |
Specifies a pointer to the null |
VB Sample Code for modifying title, options, margins, and date |
Declare Function PESetReportTitle Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal Title As String ) As Integer
function PESetReportTitle (
printJob: Word;
title: PChar
): Bool stdcall;
EXTERN CLOGICAL PESetReportTitle (CWORD, CSTRING) CRPE.DLL
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |